home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-
- <html>
- <head>
- <title>Pagina che richiede nome e anno di nascita</title>
- </head>
-
- <body>
-
- Inserisci il tuo nome e l'anno di nascitα, cos∞ posso calcolare quanti anni hai
-
- <form action="annoetarisposta.asp" method="get">
- Nome <input type="text" name="nome" size="20"><br />
- Anno di nascita <input type="text" name="anno" size="4"><br />
- <input type="submit" value="Invia">
- </form>
-
- </body>
- </html>
-